Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed disable property of prev and next button #297

Closed
wants to merge 1 commit into from
Closed

fixed disable property of prev and next button #297

wants to merge 1 commit into from

Conversation

kunal00000
Copy link
Contributor

Issue Number

fixes #195

Describe the changes you've made
I have changed prev and next as button instead of span
and instead of changing colour to gray on disable, decreased its opacity.

Describe if there is any unusual behavior (Any Warning) of your code(Write NA if there isn't)
NA

Additional context (OPTIONAL)

Test plan (OPTIONAL)

A good test plan should give instructions that someone else can easily follow.

  1. Try pagination.

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • The title of my pull request is a short description of the requested changes.

Provide a Deployed link of route/page that needs to review

Preview: Deploy preview link here with the appropriate route
Screenshot 2023-01-14 at 4 22 12 PM

@kunal00000
Copy link
Contributor Author

kunal00000 commented Jan 15, 2023

Hi @codetheorem, please review if this solution works.

@kunal00000 kunal00000 closed this by deleting the head repository May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pagination arrow icons along with text( 'prev' and 'next') should be hidden/disabled if they are not needed.
1 participant